Displaying 2 results from an estimated 2 matches for "modpol".
Did you mean:
modpoll
2012 Jul 24
1
Encoding errors in Rd files
...es
After reading the manual, I decided to try UTF-8. Mostly because I could
spell it. ha.
That got me a bit closer but I still have these warnings
* checking data for non-ASCII characters ... WARNING
Warning: found non-ASCII string(s)
'Tourbihre de la Rivihre-aux-Feu' in object 'modpoll'
'Lac ` la Fourche' in object 'modpoll'
'Lac ` la Loutre' in object 'modpoll'
'Lac Kinogami' in object 'modpoll'
* checking data for ASCII and uncompressed saves ... OK
* checking examples ... OK
* checking PDF version of manual ... WARNING...
2012 Aug 16
1
Compressing data for package builds
...ge I get the following warning
Warning: large data file(s) saved inefficiently:
size ASCII compress
zagoskin.rda 137Kb FALSE none
Note: significantly better compression could be obtained
by using R CMD build --resave-data
old_size new_size compress
modpoll.rda 124Kb 78Kb xz
zagoskin.rda 137Kb 6Kb bzip2
Both of these files modpoll.rda and zagoskin.rda have already been
compressed from megabytes down to Kb.
Also,, the instructions "R CMD build --resave-data" doesnt do anything
that I can see so I must be us...