ing
the package back without changing maintainers? If so I will give a bit more
time before re-submitting with myself as the maintainer.
Cheers,
Ogan
On Thu, Jul 20, 2023 at 2:16 PM Ivan Krylov wrote:
> On Thu, 20 Jul 2023 13:56:31 -0700
> Ogan Mancarci wrote:
>
> > I have bee
I am an author but not the maintainer of the package staplr that was
recently removed from CRAN. I have been trying to reach the maintainer to
resubmit the package after the required fixes but was unsuccessful in
doing so. I have submitted the package myself but it appears that it
requires approval
I have been looking for ways to use shared libraries in packages in CRAN
and be able to write tests for them.
When installing packages that depend on shared libraries, if a library is
missing from the system we often get a nice error message complaining about
the missing library during installatio
Corrected antiSocialSkip6Lines
antiSocialSkip6Lines = function(filename, output = paste0(filename,
'_skipped')){
lines = readLines(filename)
lines = lines[-(1:6)]
writeLines(lines, output)
}
On 26 March 2018 at 16:06, Ogan Mancarci wrote:
> Thanks for the clarificat
On 26.03.2018 23:48, Ogan Mancarci wrote:
>
>> This is from CRAN repository policy:
>>
>> "Packages should not write in the user’s home filespace (including
>> clipboards), nor anywhere else on the file system apart from the R
>> session’s temporary directory (or du
This is from CRAN repository policy:
"Packages should not write in the user’s home filespace (including
clipboards), nor anywhere else on the file system apart from the R
session’s temporary directory (or during installation in the location
pointed to by TMPDIR: and such usage should be cleaned u