On 14.09.2023 23:35, Leonard Mada wrote:
Dear Uwe,
I found out what is going on. There is an example:
## Write the pdb object in file "Rpdb.pdb" into the current directory
write.pdb(pdb, file = "Rpdb.pdb")
In examples, you should write to tempdir(), if at all.
Best,
Uwe Ligges
The
Dear Uwe,
I found out what is going on. There is an example:
## Write the pdb object in file "Rpdb.pdb" into the current directory
write.pdb(pdb, file = "Rpdb.pdb")
The example was present in the previous version as well. So I did not
thought about it. I do not know how to handle this: altho
The spellng is fine and not a problem.
For
* checking for non-standard things in the check directory ... NOTE
Found the following files/directories:
‘Rpdb.pdb’
You need to move this to ./inst or a subdirectory or, if data, consider
./extdata See Writing R Extensions.
Best,
Uwe Ligges
On 14
Regarding PDB, in Rd format it’s best to wrap that in an \acronym{} tag. See
section 2.3 of https://cran.r-project.org/doc/manuals/R-exts.html#Marking-text
Avi
Sent from my iPhone
> On Sep 14, 2023, at 3:40 PM, Leonard Mada via R-package-devel
> wrote:
>
> Dear List Members,
>
> After resu