Giter Site home page Giter Site logo

Comments (10)

melff avatar melff commented on July 21, 2024

Did you install the package in binary form? R release 3.3.3 introduced a change in the interface for packages with compiled C libraries, so that might be the cause of your troubles. In that case, installing the package from source might be the solution to your problem. But the preferable option is to upgrade your R installation. The current release of R is 3.5.1.

from memisc.

lemzwerg avatar lemzwerg commented on July 21, 2024

No, calling install.packages("memisc") did compile the package, and the log file of a re-installation doesn't show anything suspicious.

Meanwhile I've installed a lot of packages, and all of them seem to work fine except memisc. Maybe there is a deeper issue not directly related to the R version? Is there any command output that I could send to help identify the problem?

from memisc.

melff avatar melff commented on July 21, 2024

That is odd. I am using the package for more then ten years with SPSS
system files and this error message never showed up. Can you provide me
with the results of traceback() and/or the results of R CMD check on
the source package? None of the automatic package checking systems on
CRAN or Travis CI have R 3.3.1 anymore. Usually the oldest version these
systems use is R 3.4.0.

from memisc.

lemzwerg avatar lemzwerg commented on July 21, 2024

Attached is the result of R CMD check memisc_0.99.14.12.tar.gz. It reports a similar (but not identical) error.

00check.log

from memisc.

melff avatar melff commented on July 21, 2024

Symbols were made invisible by compiler flags in R relases from 3.3.0 to 3.3.2.
This is now fixed in release 0.99.16.3

from memisc.

lemzwerg avatar lemzwerg commented on July 21, 2024

Thanks. Is this version already available on CRAN? Doing old.package() doesn't show it while using the Austrian mirror...

from memisc.

melff avatar melff commented on July 21, 2024

It is not yet on CRAN, but you should be able to install it with devtools::install_github("melff/memisc") or (to be sure to get the release 0.99.16.3) devtools::install_github("melff/memisc",ref="0.99.16.3"). You'll need to install the "devtools" package though (available on CRAN), if you have not yet done so.

from memisc.

lemzwerg avatar lemzwerg commented on July 21, 2024

Hmm.

> devtools::install_github("melff/memisc",ref="0.99.16.3")
Downloading GitHub repo melff/[email protected]
Error: Does not appear to be an R package (no DESCRIPTION)

from memisc.

melff avatar melff commented on July 21, 2024

Sorry, the package is in the "pkg" subdirectory. It should have been devtools::install_github("melff/memisc/pkg",ref="0.99.16.3")

from memisc.

lemzwerg avatar lemzwerg commented on July 21, 2024

Thanks. I can confirm that your fix works; I'm no able to load my .sav file.

from memisc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.