python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Error in dyn.load(dll_copy_file) when building Rcpp package on Mac
I'm building my own Rcpp Package (name: RUtilities) on Mac. However, I encountered the following error when executing devtools::document()
** checking absolute paths in shared objects and dynamic libr...
Ding Li
Votes: 0
Answers: 0
R-Package Building: How to Modify @source Line While Documenting Data to be Included in My R Package
I am trying to include data in a package I am just building, I included the data object as follows:
set.seed(289805)
x <- room(10, mean = 0, var = 1)
I got assistance from This Page where I got a ...
Daniel James
Votes: 0
Answers: 1
How to format DOI in Rmd vignette so that correct in Rd?
When I check my package on rhub with devtools::check_rhub(), I get notes that there are incorrectly formatted DOIs in the vignettes, e.g.
URL: doi:10.1029/2002GL016612
From: inst/doc/introduction-to-...
Andrew
Votes: 0
Answers: 2
Any strategies for dealing with superseded and depreciated functions in R (tidyverse)?
Is there a utility/function/package to check to see if an R script is using any superseded or depreciated functions?
I ask because I just noticed that one of my packages uses dplyr::mutate_all() which...
itsMeInMiami
Votes: 0
Answers: 1