Giter VIP home page Giter VIP logo

Comments (7)

kingaa avatar kingaa commented on September 18, 2024

You are running pomp under Windows. Have you installed Rtools as mentioned in the installation instructions?

from pomp.

Spatial-R avatar Spatial-R commented on September 18, 2024

Yes, Rtools have been installed successfully!

from pomp.

kingaa avatar kingaa commented on September 18, 2024

And you still have the error?

from pomp.

Spatial-R avatar Spatial-R commented on September 18, 2024

YES. The demo(rw2) work well, however, the demo(sir) don't work!

from pomp.

kingaa avatar kingaa commented on September 18, 2024

Please try the test code below and send me the results.

cat("#include <R.h>
void hello (void) {
Rprintf("hello world!\n");
}",
file="hello.c")
system("R CMD SHLIB hello.c")
dyn.load(paste0("hello",.Platform$dynlib.ext))
.C("hello",PACKAGE="hello")

On Wed, Jul 8, 2015 at 9:02 AM, Bing Zhang [email protected] wrote:

YES. The demo(rw2) work well, however, the demo(sir) don't work!


Reply to this email directly or view it on GitHub
#2 (comment).

Aaron A. King, Ph.D.
Ecology & Evolutionary Biology
Mathematics
Center for the Study of Complex Systems
University of Michigan
GPG Public Key: 0x15780975

from pomp.

kingaa avatar kingaa commented on September 18, 2024

To run the sir demo, one needs the ability to compile C code and dynamically link it to an R session. See the installation instructions on the package website.

from pomp.

Spatial-R avatar Spatial-R commented on September 18, 2024

I have solved the problem by reinstalled the Rtools and make sure that the path was added correctly. In the process of installing Rtools, it will promt whether to add the path automaticly. Thanks Kingaa!

from pomp.

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.