Thank you Tomas and Sokol for your suggestions.
Based on Tomas' suggestion, it seems the best way forward would be to first
request CRAN maintainers to install libsbml on the CRAN machines. It is
quite straightforward to install the library from the instructions provided
online. If the installatio
Thanks for clearing that up so quickly.
Murray
From: Uwe Ligges
Sent: 14 May 2021 13:12
To: Murray Efford; r-package-devel@r-project.org
Subject: Re: [R-pkg-devel] State of stringi and stringr
On 14.05.2021 02:32, Murray Efford wrote:
> CRAN checks of '
On 14.05.2021 02:32, Murray Efford wrote:
CRAN checks of 'secr' 4.4.1 (https://CRAN.R-project.org/package=secr) show an
error on r-oldrel-windows-ix86+x86_64 :
** byte-compile and prepare package for lazy loading
Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) :
CRAN checks of 'secr' 4.4.1 (https://CRAN.R-project.org/package=secr) show an
error on r-oldrel-windows-ix86+x86_64 :
** byte-compile and prepare package for lazy loading
Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) :
there is no package called 'stringi'
'secr' i
GitHub Actions
?usethis::use_github_action
Probably start here if you are moving from Travis:
https://deanattali.com/blog/migrating-travis-to-github/
On 5/13/21 8:00 PM, Spencer Graves wrote:
Hello, All:
What are the current recommendations for automatic testing of an
R packa
Hello, All:
What are the current recommendations for automatic testing of an R
package on GitHub?
Section 19.3 in the current version of "R Packages" describes
"Checking after every commit with Travis". It recommends Travis. It
says to use Travis, first "Run usethis::use_travis()".
Thanks to the encouragement of Brodie Gaslam and Tomas Kalibera (private
email), I was able to hack the code to avoid the warnings.
The code in question had the following structure:
int inibits = -1, bit;
for( j = powers; j; j >>= 1 ) ++inibits;
memcpy(pv, pini, inibits*sizeof(*pini
On 5/13/21 7:29 AM, Sokol Serguei wrote:
Le 13/05/2021 à 07:06, SN248 a écrit :
I am working on a package which provides an interface to the libsbml C++
library (http://sbml.org/Software/libSBML) in R. The source code of this
package (r2sbml) can be found at the following link
https://github.