Closed fernandomayer closed 3 years ago
Dear @fernandomayer,
thank you and terribly sorry, I was so happy that the CRAN version works that I did not double check the developmental version. I've added information on installation from CRAN to README (install.packages("bistablehistory")
that one definitely works and the installation is much quicker with precompiled binaries). For the developmental version the exports were indeed MIA somehow, not sure how that could have happened given that they are generated by roxygen2. I've re-roxygenized it, so the exports are there and package installs correctly and works.
Line #9 Warning in system2(command, args, stdout = NULL, stderr = NULL, ...) : error in running command
Cannot replicate it on Windows but it is looks like a part of the general package infrastructure.
Thanks.
I tested both the CRAN and the Github versions and now both are working.
Just a few additional comments:
README
that the Github version in the master
branch is the development version (it may not be obvious to everyone)
Hi @alexander-pastukhov,
I'm starting to review your package for JOSS (https://github.com/openjournals/joss-reviews/issues/3901) and when I try to install it, I get this output:
The 9th line seems strange to me. Maybe there is something diferent in the
src
directory? After this, the package compiles and installs normally. However, when I try to run the first example inREADME
, I get an error saying that thefit_cumhist
could not be found:It looks like
fit_cumhist
was not exported. I saw it has the@export
tag, but it is not in theNAMESPACE
. Maybe you need to update it?This is my
sessionInfo()