File: source.md

package info (click to toggle)
r-cran-pkgload 1.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,164 kB
  • sloc: sh: 13; cpp: 9; ansic: 8; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 295 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
# multiplication works

    Code
      source_many(test_path("testSource", c("a.R", "b.R")))
    Condition
      Error in `load_all()`:
      ! Failed to load 'testSource/b.R'
      Caused by error in `parse()`:
      ! At 'testSource/b.R:2:0': unexpected end of input
      1: b <-
         ^