Skip to content

Commit

Permalink
Fjernet advarsler (#28)
Browse files Browse the repository at this point in the history
Fjernet særnorske bokstaver. Fikset linting. Eksplisitt bruk av shiny.
  • Loading branch information
arnfinn authored Dec 19, 2023
1 parent 9315e63 commit b1e2988
Show file tree
Hide file tree
Showing 5 changed files with 436 additions and 438 deletions.
21 changes: 11 additions & 10 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
^.*\.Rproj$
^\.Rproj\.user$
^_pkgdown\.yml$
^docs$
^pkgdown$
^LICENSE\.md$
^Rprofile.site$
^Dockerfile$
^\.lintr$
^\.github$
^.*\.Rproj$
^\.Rproj\.user$
^_pkgdown\.yml$
^docs$
^pkgdown$
^LICENSE\.md$
^Rprofile.site$
^Dockerfile$
^\.lintr$
^\.github$
^renovate.json$
3 changes: 1 addition & 2 deletions .lintr
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
linters: linters_with_defaults(
object_name_linter(c("camelCase", "snake_case")),
cyclocomp_linter(complexity_limit = 25),
line_length_linter(80))
line_length_linter(120))
2 changes: 0 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ Depends:
R (>= 3.5.0)
Imports:
DT,
kableExtra,
magrittr,
rapbase,
rmarkdown,
shiny,
shinyalert
Remotes:
Expand Down
Loading

0 comments on commit b1e2988

Please sign in to comment.