Skip to content

Commit

Permalink
release: !0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Elvincth committed Oct 8, 2022
1 parent 59fffc1 commit 1eb365c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: vlab
Type: Package
Title: LearnR Virtual Lab Helper
Version: 0.2.8
Version: 0.3.0
Author: elvincth
Maintainer: elvincth <[email protected]>
Description: Superset of learnR
Expand Down
5 changes: 3 additions & 2 deletions R/submission.R
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,11 @@ create_assignment <- function() {

my_url = paste0(
getOption("vlab.api_url"),
"/api/assignments/create/",
"/api/assignments/",
getOption("vlab.course_code"),
"/",
getOption("vlab.id")
getOption("vlab.id"),
"/create"
)

#print(access_token)
Expand Down

0 comments on commit 1eb365c

Please sign in to comment.