python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Error: package or namespace load failed for ‘tmap’: object ‘writePNG’ is not exported by 'namespace:png'
I am using R version 4.1.2 and am having issues loading the "tmap" package. I successfully installed "tmap" and dependencies, but keep getting error messages when trying to load it...
epicode7
Votes: 0
Answers: 0
Local package dependency to R data.table ":="
I have a local R package and some functions are operating with data.table operations. When I install package, it installs the data.table since it is a dependent. However, I couldn't figure out this pa...

korayp
Votes: 0
Answers: 1
Configuring compilers on Apple silicon (Big Sur, Monterey, Ventura) for Rcpp and other tools
I'm trying to use packages that require Rcpp in R on my M1 Mac, which I was never able to get up and running after purchasing this computer. I updated it to Monterey in the hope that this would fix so...
AFH
Votes: 0
Answers: 3
R package submission error concerning set.seed()
I recently submitted a package to CRAN that passed all the automatic checks, but failed passing the manual ones. One of the errors were the following:
Please do not set a seed to a specific number wi...
Carl
Votes: 0
Answers: 3