reinholdsson / ColdbirHelpServer

Coldbir Help Server
GNU Affero General Public License v3.0
0 stars 0 forks source link

Error when attempting to launch ColdbirHelpServer #5

Open LCHansson opened 11 years ago

LCHansson commented 11 years ago

Following the instructions in README.md results in an error. Here's the [slightly modified by replacing cdb() with cdb("testdb", type='n')] code:

library(Coldbir)
library(ColdbirHelpServer)

# Database connection
a <- cdb("testdb",type="n")

# Add data
a["Age"] <- MASS::survey$Age

# Add documentation
a["Age"] <- doc(title = "Age of the student in years", description = "...")

# Show help
?a

Running the code results in the following error:

Error in get_path(.CDB) : unused argument (.CDB)
LCHansson commented 11 years ago

sessionInfo():

R version 3.0.1 (2013-05-16)
Platform: x86_64-apple-darwin10.8.0 (64-bit)

locale:
[1] sv_SE.UTF-8/sv_SE.UTF-8/sv_SE.UTF-8/C/sv_SE.UTF-8/sv_SE.UTF-8

attached base packages:
[1] tools     stats     graphics  grDevices utils     datasets  methods  
[8] base     

other attached packages:
 [1] ColdbirHelpServer_1.0 googleVis_0.4.3       ggthemes_1.3.3       
 [4] markdown_0.6.3        devtools_1.3          Coldbir_0.4          
 [7] yaml_2.1.7            futile.logger_1.3.4   futile.options_1.0.0 
[10] lambda.r_1.1.3        RJSONIO_1.0-3         data.table_1.8.8     
[13] shiny_0.6.0           lubridate_1.3.0       stringr_0.6.2        
[16] ggplot2_0.9.3.1       plyr_1.8              reshape2_1.2.2       
[19] ProjectTemplate_0.4-2 testthat_0.7.1       

loaded via a namespace (and not attached):
 [1] bitops_1.0-5       caTools_1.14       colorspace_1.2-2  
 [4] dichromat_2.0-0    digest_0.6.3       evaluate_0.4.4    
 [7] grid_3.0.1         gtable_0.1.2       httpuv_1.0.6.3    
[10] httr_0.2           labeling_0.2       MASS_7.3-27       
[13] memoise_0.1        munsell_0.4.2      parallel_3.0.1    
[16] proto_0.3-10       RColorBrewer_1.0-5 Rcpp_0.10.4       
[19] RCurl_1.95-4.1     scales_0.2.3       whisker_0.3-2     
[22] xtable_1.7-1