|
| 1 | + |
| 2 | +R version 3.6.3 (2020-02-29) -- "Holding the Windsock" |
| 3 | +Copyright (C) 2020 The R Foundation for Statistical Computing |
| 4 | +Platform: x86_64-apple-darwin15.6.0 (64-bit) |
| 5 | + |
| 6 | +R is free software and comes with ABSOLUTELY NO WARRANTY. |
| 7 | +You are welcome to redistribute it under certain conditions. |
| 8 | +Type 'license()' or 'licence()' for distribution details. |
| 9 | + |
| 10 | + Natural language support but running in an English locale |
| 11 | + |
| 12 | +R is a collaborative project with many contributors. |
| 13 | +Type 'contributors()' for more information and |
| 14 | +'citation()' on how to cite R or R packages in publications. |
| 15 | + |
| 16 | +Type 'demo()' for some demos, 'help()' for on-line help, or |
| 17 | +'help.start()' for an HTML browser interface to help. |
| 18 | +Type 'q()' to quit R. |
| 19 | + |
| 20 | +> #------------------------------------------------------------------------------------------- |
| 21 | +> # Single script to run all other required R scripts, so can be envoked automatically on server using CRON |
| 22 | +> #------------------------------------------------------------------------------------------- |
| 23 | +> source('boilerplate.R') |
| 24 | +Loading required package: SemNetDictionaries |
| 25 | + |
| 26 | +SemNetDictionaries |
| 27 | +For help getting started, see <https://doi.org/10.31234/osf.io/eht87> |
| 28 | + |
| 29 | + Submit your own dictionary and moniker glossaries to: |
| 30 | + <https://github.com/AlexChristensen/SemNetDictionaries/issues/new/choose> |
| 31 | + |
| 32 | +SemNetCleaner |
| 33 | +For help getting started, see <https://doi.org/10.31234/osf.io/eht87> |
| 34 | + For bugs and errors, submit an issue to <https://github.com/AlexChristensen/SemNetCleaner/issues> |
| 35 | + |
| 36 | +WARNING: There have been major updates to the SemNetCleaner package. |
| 37 | + Please see 'Package NEWS' for a detailed list of updates (see 'Changes in version 1.2.0') |
| 38 | + |
| 39 | +> install_phantomjs(force = TRUE) |
| 40 | + % Total % Received % Xferd Average Speed Time Time Time Current |
| 41 | + Dload Upload Total Spent Left Speed |
| 42 | + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 663 100 663 0 0 1462 0 --:--:-- --:--:-- --:--:-- 1460 |
| 43 | + 1 16.3M 1 175k 0 0 138k 0 0:02:00 0:00:01 0:01:59 138k 73 16.3M 73 12.0M 0 0 5433k 0 0:00:03 0:00:02 0:00:01 11.8M100 16.3M 100 16.3M 0 0 7132k 0 0:00:02 0:00:02 --:--:-- 14.9M |
| 44 | +phantomjs has been installed to /Users/admin/Library/Application Support/PhantomJS |
| 45 | +> |
| 46 | +> #ud_model <- udpipe_download_model(language = "english", model_dir='../tools/data') |
| 47 | +> #ud_model <- udpipe_load_model(ud_model$file_model) |
| 48 | +> ud_model <- udpipe_load_model('../tools/data/english-ewt-ud-2.5-191206.udpipe') |
| 49 | +> #------------------------------------------------------------------------------------------- |
| 50 | +> correction.tidy() |
| 51 | +> Sys.time() |
| 52 | +[1] "2022-04-25 03:05:10 BST" |
| 53 | +> source('generate list of UPIs.R') |
| 54 | +Error in UseMethod("html_table") : |
| 55 | + no applicable method for 'html_table' applied to an object of class "xml_missing" |
| 56 | +Calls: source -> withVisible -> eval -> eval -> %>% -> html_table |
| 57 | +Execution halted |
|
0 commit comments